#! /bin/sh

# Allow large core dumps. Note that Darwin sticks its core files in
# /cores and they are enourmous.

ulimit -c unlimited
